Dew Stats for .NET
|
In this case each sample can have different size. You must store sizes in SampleSize vector.
Parameters |
Description |
[In] TVec Data |
Data to be analyzed. Each value represents number of defects. |
[In] TVec SampleSize |
Sample size. Can be integer or vector. |
[In] TVec DrawVec |
Returns values to be drawn. |
out double CL |
Returns control Chart centerline. |
[In] TVec UCL |
Returns control Chart upper control limit. |
[In] TVec LCL |
Returns control Chart lower control limit. |
double Confidence |
Confidence level for upper and lower control limit. Confidence must lie in the (0,1) interval. |
An exeption is raised if Data and SampleSize length do not match.
TQCSeries, Dew.Stats.Tee.QCSeries, QCNPChart, QCUChart, QCCChart
The following code will create P chart:
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|